rawData
Type
property
Summary
Rad-only property to get the internal array representation of PolyGrid's content.
Syntax
get the rawData of widget
Description
Use the rawData property to get the data of a PolyGrid widget without processing it. The data will be returned as a ordered numeric indexed array, corresponding each key to a row of the table. The content of each key can vary depending the rendering state of the PolyGrid or the way the content was feed to the PolyGrid. Generaly rawData should return the same result as pgData if the content was assigned to the PolyGrid using the pgData property, otherwise rawData property returned array keys may contain a conbination of strings or arrays.
Examples
get the rawData of widget "PolyGrid"